selecting items in a column of a dataframe

32

selecting items in a column of a dataframe -

df.loc[df['column_name'] == some_value]

Comments

Submit
0 Comments